h1,h2,h3,h4,h5,h6,p,dd {    margin: 0;}@font-face {    font-family: Impact;    src: url(../fonts/impact.ttf);}html {    box-sizing: border-box;}*,*:before,*:after {    box-sizing: inherit;}.container {    padding: 0;    width: 1300px;    margin: 0 auto;    overflow: hidden}.max-img img {    width: 100%;    height: 100%;}div:focus,span:focus {    outline: none;}ul,ol,body,html,p {    margin: 0;}html {    max-width: 1920px;    background: #fff;    margin: 0 auto;    font-size: 14px;    font-family: "微软雅黑";}body {    font-size: 14px;}a {    text-decoration: none;    color: #333}a:hover {    color: #cd9c1b;}ul,li {    padding: 0px;    margin: 0px;    list-style-type: none;}img {    border: 0;    padding: 0px;    margin: 0px;}input,textarea,button {    border: none;    outline: none;    /*去除蓝色边框*/}.left {    float: left;}.right {    float: right;}.flex {    display: -webkit-box;    display: -moz-box;    display: -ms-flexbox;    display: -webkit-flex;    display: flex;}.align {    align-items: center;    -webkit-align-items: center;    box-align: center;    -moz-box-align: center;    -webkit-box-align: center;    -ms-flex-align: center;}.justify {    -webkit-justify-content: center;    justify-content: center;    -moz-box-pack: center;    -webkit--moz-box-pack: center;    box-pack: center;    -ms-flex-pack: center;}.head-top {    height: 27px;    line-height: 27px;    background: #808080;    color: #fff;    position: fixed;    width: 100%;    z-index: 999;    top: 0;}.head-top span {    float: left;    height: 27px;    margin-left: 10px;}.banner,.nybanner {    margin-top: 118px;}.nav ul {    float: left;}.nav li {    float: left;    padding: 35px 16px;}.nav li a {    color: #656565;    font-size: 16px;}.nav li a:hover {    color: #cd9c1b}.nav .on a {    color: #cd9c1b;    font-weight: bold;}/* 搜索 */.fixednav {    position: fixed!important;    top: 0px;    left: 0px;    width: 100%;    z-index: 1;}#vivo-head {    z-index: 1;    position: relative;    width: 100%;}.search-user b {    background: url(../images/search_06.png) no-repeat;    _background-image: url(../images/vivo-head-ico.gif);}#vivo-head {    border-bottom: 1px #e7e7e7 solid;    border-bottom: 1px rgba(0, 0, 0, .05) solid;    z-index: 99;    background: #fff;    position: fixed;    top: 27px;}#vivo-head .vivo-nav {    width: 1200px;    height: 90px;    margin: 0 auto;    background: #fff;    position: relative;    z-index: 999;    justify-content: space-between;    -ms-flex-pack: justify;}.vivo-nav .search-user {    float: right;    margin-top: 25px;    margin-left: 25px;}.search-user a {    width: 42px;    height: 42px;    display: inline-block;    position: relative;    top: 8px;    background: #fff;    overflow: hidden;    -webkit-transition: all .3s ease-in-out;    -moz-transition: all .3s ease-in-out;    -ms-transition: all .3s ease-in-out;    transition: all .3s ease-in-out;    -webkit-transform: translate3d(0, 0, 0);    -moz-transform: translate3d(0, 0, 0);    -ms-transform: translate3d(0, 0, 0);    transform: translate3d(0, 0, 0);}.search-user a b {    width: 42px;    height: 42px;    display: block;    position: absolute;    top: 0;    left: 0;    -webkit-transform: translate3d(0, 0, 0);    -moz-transform: translate3d(0, 0, 0);    -ms-transform: translate3d(0, 0, 0);    transform: translate3d(0, 0, 0);    -webkit-transition-delay: .1s;    -moz-transition-delay: .1s;    -ms-transition-delay: .1s;    transition-delay: .1s;}.search-user a.search b {    background-position: 0 0;}.search-user a.user b {    background-position: -43px 0;}.search-user a.user b img {    width: 42px;    height: 42px;}.search-user a.user:hover b,.search-user a.user.current b {    background-position: -43px -43px;}#vivo-head .vivo-search {    height: 80px;    width: 100%;    position: absolute;    opacity: 0.7;    z-index: 9999;    display: none;}.vivo-search .search-box {    width: 700px;    height: 40px;    position: absolute;    top: 20px;    left: 50%;    margin-left: -350px;    background: #666;    position: relative;    z-index: 9999;    border: 1px solid #CCC;}.vivo-search .search-box input {    width: 588px;    height: 40px;    padding: 0 20px;    font-size: 14px;    color: #555;    border: none;    background: #fff;    overflow: hidden;    vertical-align: middle;}.vivo-search .search-box button {    width: 110px;    height: 40px;    overflow: hidden;    text-align: center;    font-size: 14px;    color: #fff;    border: none;    overflow: hidden;    vertical-align: middle;    background: #cd9c1b;    outline: none;    cursor: pointer;    -webkit-transition: background .2s ease-in-out;    -moz-transition: background .2s ease-in-out;    -ms-transition: background .2s ease-in-out;    transition: background .2s ease-in-out;    position: absolute;    right: 0;}.vivo-search .search-box button:hover {    background: #cd9c1b;}.vivo-search .search-box button:active {    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .3) inset;    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .3) inset;    -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, .3) inset;    box-shadow: 0 1px 2px rgba(0, 0, 0, .3) inset;}.vivo-search .search-box a.close {    width: 24px;    height: 24px;    position: absolute;    top: 8px;    right: -40px;    background: url(../images/vivo-head-ico.png) -86px 0 no-repeat;    _background-image: url(../images/vivo-head-ico.gif);}.vivo-search .search-box a.close:hover {    background-position: -86px -25px;}.index01 {    background: url(../images/bg_21_21.jpg) no-repeat center;    height: 700px;    padding: 60px 0;}.index01 .box-top {    overflow: hidden;}.index01 .box-top .left {    width: 53%;}.index01 .box-top h1 {    font-size: 36px;    color: #cd9c1b;    float: left;    line-height: 63px;    margin-bottom: 24px;}.index01 .box-top img {    float: right;}.index01 .box-top .txt,.index01 .box-top .title {    width: 100%;    float: left;}.index01 .box-top .txt {    font-size: 15px;    line-height: 30px;    color: #474747;    text-indent: 2em;}.index01 .box-top .right {    width: 43%;}.index01 .box-top .right .item {    width: 50%;    float: left;    padding: 26px 0 26px 50px;    position: relative;    border-left: 2px #ededed solid;}.index01 .box-top .right .item::before {    content: '';    position: absolute;    width: 2px;    height: 70px;    left: -2px;    background: #cd9c1b;}.index01 .item .number {    font-size: 48px;    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;    color: #393939;}.index01 .item .font {    color: #989898;    margin-left: 10px;}.index01 .item .fh {    position: absolute;}.index01 .box-bottom {    margin-top: 45px;}.index01 .box-bottom .list {    position: relative;    float: left;    color: #fff;    width: 33.33%;    height: 278px;    padding-left: 30px;    overflow: hidden;}.index01 .box-bottom .list img {    position: absolute;    left: 0;    -moz-transition: all .8s ease 0s;    -ms-transition: all .8s ease 0s;    -o-transition: all .8s ease 0s;    -webkit-transition: all .8s ease 0s;    transition: all .8s ease 0s;}.index01 .box-bottom .list:hover img {    -moz-transform: scale(1.1, 1.1);    -ms-transform: scale(1.1, 1.1);    -o-transform: scale(1.1, 1.1);    -webkit-transform: scale(1.1, 1.1);    transform: scale(1.1, 1.1);}.index01 .box-bottom .list .en {    font-size: 32px;    text-transform: capitalize;    position: relative;    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;    margin: 135px 0 10px 0;}.index01 .box-bottom .list p {    font-size: 28px;    position: relative;}.index01 .box-bottom .list span {    position: relative;}.index02 {    background: url(../images/bg_31.jpg) no-repeat center;    background-attachment: fixed;    overflow: hidden;    background-size: 100% 100%;}.index-title {    margin: 60px 0 30px 0;    text-align: center;}.index-title p {    font-size: 45px;    font-weight: bold;    margin-bottom: 20px;}.index-title span {    font-size: 16px;    line-height: 28px;}.white {    color: #fff;}.index02 .ico_list {    text-align: center;}.index02 .ico_list ul {    display: inline-block;}.index02 .ico_list li {    float: left;    width: 75px;    padding: 12px 0;    background: url(../images/blue_20.png) repeat;    margin-right: 40px;    border: 1px solid #fff;    border-radius: 4px;    text-align: center;    color: #fff;}.index02 .ico_list li img {    -moz-transition: all .8s ease 0s;    -ms-transition: all .8s ease 0s;    -o-transition: all .8s ease 0s;    -webkit-transition: all .8s ease 0s;    transition: all .8s ease 0s;}.index02 .ico_list li:hover img {    cursor: pointer;    -moz-transform: rotateY(180deg);    -ms-transform: rotateY(180deg);    -o-transform: rotateY(180deg);    -webkit-transform: rotateY(180deg);    transform: rotateY(180deg);}.index02 .bottom {    position: relative;}.index02 .zhezhao {    background: url(../images/grey_40.png) repeat;    width: 100%;    height: 160px;    position: absolute;    bottom: 0;}.index02 .bottom li {    float: left;    width: 25%;    position: relative;}.index02 .bottom li a {    display: block;}.index02 .bottom li .pic {    opacity: 0;    transition: all 0.5s ease;    visibility: hidden;}.index02 .bottom li .info {    width: 100%;    height: 100%;    position: absolute;    top: 0;    left: 0;    transition: all 0.5s ease;    z-index: 9;}.index02 .bottom li .info .text {    margin: 35px 30px;    position: relative;}.index02 .bottom li .info .text::before {    position: absolute;    top: 0;    left: -30px;    width: 1px;    height: 100%;    background: #ababac;    content: "";    transition: all 0.5s ease;    -webkit-transition: all 0.5s ease;    opacity: 1;    visibility: visible;}.index02 .bottom li:last-child .info .text:after {    position: absolute;    top: 0;    right: -30px;    width: 1px;    height: 100%;    background: #ababac;    content: "";    transition: all 0.5s ease;    -webkit-transition: all 0.5s ease;    opacity: 1;    visibility: visible;}.index02 .bottom li .info .t {    font-size: 22px;    color: #cd9c1b;    font-weight: bold;    margin-bottom: 10px;}.index02 .bottom li .info .d {    font-size: 13px;    color: #fff;    line-height: 22px;    max-height: 44px;    overflow: hidden;}.index02 .bottom li:after {    content: "";    position: absolute;    top: 100%;    left: 50px;    width: 30px;    height: 30px;    background: url(../images/index_pt2flag.png) no-repeat;    opacity: 0;    transition: all 0.5s ease;    -webkit-transition: all 0.5s ease;    visibility: hidden;}.index02 .bottom li:hover .pic {    opacity: 1;    visibility: visible;}.index02 .bottom li:hover .info {    top: -100%;    background: url(../images/index_pt2bg.jpg) no-repeat;    background-size: 100% 100%;}.index02 .bottom li:hover .info .t {    color: #fff;}.index02 .bottom li:hover:after {    top: 0;    opacity: 1;    visibility: visible;}.index02 .bottom li:hover .info .text:after {    opacity: 0;    visibility: hidden;}.index02 .bottom li:hover .info .text:before {    opacity: 0;    visibility: hidden;}.index02 .swiper-container,.index02 .container {    height: 420px;    position: relative;}.index02 .bottom ul {    position: absolute;    bottom: 0;    height: 162px;}.index02 .swiper-button-next {    right: 0;    background: url(../images/arrow_51.png) no-repeat;}.index02 .swiper-button-prev {    left: 0;    background: url(../images/arrow_48.png) no-repeat;}.index02 .swiper-button-next,.index02 .swiper-button-prev {    bottom: 12%;    top: auto;    width: 27px;    height: 45px;}.index02 .box {    width: 1420px;    margin: 0 auto;    position: relative;}.index03 {    background: url(../images/bg_51.jpg) no-repeat center;    background-size: auto 100%;    padding-bottom: 50px;}.index03 .main {    padding: 30px 50px;    background: url(../images/bg_53.png);    overflow: hidden;}.index03 .left {    width: 690px;    border: 1px #e8e4d3 solid;}.index03 .left a {    display: block;}.index03 .new-tit {    width: 100%;    text-align: center;    height: 114px;    line-height: 114px;    font-size: 18px;    color: #fff;}.index03 .item01 {    background: url(../images/bg_53.jpg) repeat-x;}.index03 .item02 {    background: url(../images/bg_53.jpg) repeat-x;}.index03 .item03 {    background: url(../images/bg_55.jpg) repeat-x;}.index03 .index-newscur {    background: none;    color: #333;}.index03 .news-newtitwrap li {    padding: 17px 20px;    border-bottom: 1px #e8e4d3 solid;}.index03 .news-newtitwrap li:last-child {    border-bottom: 0;}.box-hidden {    display: none;}.index03 .news-wrap {    width: 160px;    float: left;}.index03 .news-newtitwrap {    width: 520px;    float: right;}.index03 .news-newtitwrap .title {    line-height: 26px;    margin-bottom: 10px;    overflow: hidden;}.index03 .news-newtitwrap .title a {    width: 80%;    float: left;    font-size: 20px;    font-weight: bold;    overflow: hidden;    text-overflow: ellipsis;    white-space: nowrap;}.index03 .news-newtitwrap .title span {    float: right;}.index03 .news-newtitwrap .detail {    line-height: 22px;    color: #333333;    display: -webkit-box;    -webkit-box-orient: vertical;    -webkit-line-clamp: 2;    overflow: hidden;}.index03 .news-newtitwrap .bt {    width: 80%;    float: left;    overflow: hidden;    text-overflow: ellipsis;    white-space: nowrap;    font-size: 17px;}.index03 .news-newtitwrap li {    overflow: hidden;}.index03 .news-newtitwrap li span {    float: right;}.index03 .right {    width: 484px;}.index03 .right .item {    position: relative;    height: 163px;    margin-bottom: 18px;}.index03 .right a {    display: block;}.index03 .right .img {    width: 100%;    height: 163px;    position: absolute;    overflow: hidden;}.index03 .right .img img {    -moz-transition: all .8s ease 0s;    -ms-transition: all .8s ease 0s;    -o-transition: all .8s ease 0s;    -webkit-transition: all .8s ease 0s;    transition: all .8s ease 0s;}.index03 .right .img:hover img {    -moz-transform: scale(1.1, 1.1);    -ms-transform: scale(1.1, 1.1);    -o-transform: scale(1.1, 1.1);    -webkit-transform: scale(1.1, 1.1);    transform: scale(1.1, 1.1);}.index03 .right .title {    position: absolute;    bottom: 0;    width: 100%;    height: 40px;    line-height: 40px;    text-align: center;    filter: alpha(opacity=50);    background-color: rgba(0, 0, 0, .5);    font-size: 16px;    color: #fff;    font-weight: bold;    padding: 0 20px;    overflow: hidden;    text-overflow: ellipsis;    white-space: nowrap;}.index04 {    padding-bottom: 50px;}.foot {    background: url(../images/bg_72.jpg) no-repeat center;    padding-top: 40px;}.foot ul p {    font-size: 20px;    font-weight: bold;    color: #fff;}.foot ul {    margin-right: 100px;    float: left;}.foot .line {    width: 25px;    height: 1px;    background: #999ba0;    margin: 30px 0 20px 0;}.foot li a {    color: #c2c2c2;    line-height: 28px;}.foot .list {    line-height: 32px;    color: #fff;    margin-bottom: 18px;}.foot .list img {    float: left;    margin-right: 15px;}.foot .right a {    margin-left: 20px;}.foot .right .link {    margin-bottom: 40px;    text-align: right;}.foot .right .item {    float: left;    text-align: center;    margin-left: 20px;}.foot .right .item span {    display: block;    color: #c2c2c2;    margin-top: 15px;}.copyright {    border-top: 1px #62656b solid;    height: 64px;    line-height: 64px;    color: #c2c2c2;}.copyright a {    color: #c2c2c2;}.nybanner {    width: 100%;    height: 449px;    position: relative;}.ny-nav {    height: 60px;    line-height: 60px;    background-color: rgba(255, 255, 255, 0.8);    position: relative;    top: 389px;}.ny-nav li {    float: left;    padding: 0 30px;    text-align: center;    font-size: 16px;}.ny-nav .on {    background: #cd9c1b;}.ny-nav .on a,.ny-nav .on:hover a {    color: #fff;}.jtjj-01 {    overflow: hidden;    margin: 50px 0;}.jtjj-01 img {    float: right;    margin: 0 0 30px 30px;}.jtjj-01 .h1 {    font-size: 72px;    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;    color: #cd9c1b;}.jtjj-01 .h2 {    font-size: 36px;    color: #cd9c1b;    margin: 10px 0 20px 0;}.jtjj-01 p {    font-size: 16px;    line-height: 30px;    margin-bottom: 20px;    text-indent: 2em;}.jtjj-02 .container {    height: 237px;    background: url(../images/about_07.jpg) no-repeat center;}.jtjj-02 .item {    float: left;    width: 25%;    text-align: center;    margin-top: 80px;}.jtjj-02 .item .timer {    font-size: 48px;    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;    color: #ad800a;}.jtjj-02 .item .font {    font-size: 14px;    color: #ad800a;}.jtjj-02 .item p {    font-size: 16px;    color: #ad800a;}.kuangjia img {    width: 100%;}.course {    overflow: hidden;    margin-bottom: 100px;    margin-top: 66px;}.course .left {    width: 367px;    float: left}.course .left .title {    height: 86px;    line-height: 86px;    border-bottom: 2px #fff solid;    padding: 0 55px;    font-size: 22px;    text-align: center;}.course .left .title span {    text-align: center;}.course .nav_left div {    background: #f1f1f1;    color: #555555}.course .nav_left .opp {    background: #cd9c1b;    color: #fff}.course .right {    width: 910px;    height: 750px;    margin-left: 20px;    float: right;}.course .content {    position: relative;    width: 890px;    overflow: hidden;}.course .content .con-ggh {    width: 890px;    height: 800px;}.course .content .lc {    width: 780px;    border: 7px #e7e7e7 solid;    padding: 30px 40px;    margin-bottom: 40px;}.course .content .lc .year {    color: #cd9c1b;    font-size: 36px;    font-weight: bold;}.course .content .lc .title {    color: #555555;    font-size: 16px;    margin: 26px 0;    display: block}.course .right .bbdr {    position: relative;    padding-left: 70px;    float: right;    border-left: 1px #e6e6e6 solid;}.course .right .bbdr::before {    content: '';    position: absolute;    width: 36px;    height: 31px;    background: url(../images/fzlc_03.jpg) no-repeat;    left: 41px;    top: 24px;}.course .right .bbdr .p01 {    position: absolute;    left: -8px}.course .main {    overflow-y: scroll;    height: 100%;    position: relative;    width: 906px;}.account-l {    margin: 20px 0;}.about-video {    margin: 30px 0;}.about-video ul {    margin-right: -3%;}.about-video li {    float: left;    width: 30%;    margin-right: 3%;    margin-bottom: 3%;}.about-video .img img {    width: 100%;    height: 280px;}.about-video li a {    display: block;}.about-video .title {    height: 54px;    line-height: 54px;    padding: 0 20px;    font-size: 16px;    background: #ebd7a4;    overflow: hidden;    text-overflow: ellipsis;    white-space: nowrap;    text-align: center;}.page {    text-align: center;    margin-bottom: 80px;    margin-top: 30px;    overflow: hidden;}.page ul {    display: inline-block}.page li {    float: left}.page li a {    display: block;    height: 26px;    line-height: 26px;    text-align: center;    color: #fff;    margin: 0 5px;    width: 26px;    border-radius: 50%;    background: #d2d2d2}.page .previous {    float: left;    height: 26px;    line-height: 26px;    width: 110px;    text-align: center;    display: block;    background: #d2d2d2;    color: #fff;    border-radius: 15px;    margin: 0 10px;}.page .on,.page li a:hover,.page .previous:hover {    background: #cd9c1b}.about-strength {    margin: 60px auto;    overflow: hidden;}.about-strength .h1 {    text-align: center;    font-size: 36px;    font-weight: bold;    color: #cd9c1b;    margin-bottom: 30px;}.about-strength p {    font-size: 16px;    line-height: 30px;    text-indent: 2em;    margin-bottom: 30px;}.about-strength ul {    margin-right: -2%;    margin-bottom: 60px;    overflow: hidden;}.about-strength li {    float: left;    width: 14%;    margin-right: 2%;    margin-bottom: 2%;}.about-strength .h2 {    font-size: 16px;    line-height: 30px;    text-align: center;    margin-bottom: 30px;}.about-strength li img {    width: 100%;}.imgZoom {    overflow: hidden;    -webkit-transform: rotate(0);    transform: rotate(0);}.imgZoom:hover img {    -moz-transform: scale(1.05, 1.05);    -ms-transform: scale(1.05, 1.05);    -o-transform: scale(1.05, 1.05);    -webkit-transform: scale(1.05, 1.05);    transform: scale(1.05, 1.05);}.imgY180:hover img {    cursor: pointer;    -moz-transform: rotateY(180deg);    -ms-transform: rotateY(180deg);    -o-transform: rotateY(180deg);    -webkit-transform: rotateY(180deg);    transform: rotateY(180deg)}.imgZoom img,.imgY180 img {    -moz-transition: all .8s ease 0s;    -ms-transition: all .8s ease 0s;    -o-transition: all .8s ease 0s;    -webkit-transition: all .8s ease 0s;    transition: all .8s ease 0s;}.product .pro-img {    text-align: center;    margin-top: 50px;}.product .pro-wrap {    margin-top: 60px;    overflow: hidden;}.product .pro-wrap .left {    float: left;    background: url(../images/pro_09.png) no-repeat;    background-size: 100% 100%;    font-size: 14px;    font-weight: bold;    color: #fff;    width: 150px;    padding: 10px;    text-align: center;}.product .pro-wrap .right {    width: 1140px;}.product .pro-wrap .right ul {    margin-right: -1.5%;    margin-bottom: 20px;    overflow: hidden;}.product .pro-wrap .right li {    float: left;    width: 12.5%;    margin-right: 1.5%;    margin-bottom: 1.5%;    background: #f0f0f0;    text-align: center;    height: 38px;    line-height: 38px;    font-size: 15px;}.product .pro-wrap .right li:hover,.product .pro-wrap .right .on {    background: #cd9c1b;}.product .pro-wrap .right li:hover a,.product .pro-wrap .right .on a {    color: #fff;}.product .pro-wrap .right li a {    display: block;    overflow: hidden;    text-overflow: ellipsis;    white-space: nowrap;}.product .pro-wrap .main {    width: 100%;    float: left;    margin-bottom: 50px;}.product .pro-wrap .main .h1 {    text-align: center;    font-size: 20px;    font-weight: bold;    color: #666666;    margin-bottom: 26px;}.product .pro-wrap .main p {    font-size: 16px;    color: #666666;    line-height: 30px;}.news {    margin: 50px 0;}.news-list01 ul {    margin-right: -3%;}.news-list01 li {    width: 30.3%;    margin-right: 3%;    float: left;    height: 345px;    position: relative;}.news-list01 li a {    display: block;}.news-list01 li .txt {    padding: 25px;    border: 1px solid #dbdbdb;    position: absolute;    bottom: 0;    width: 100%;    background: #fff;    height: 105px;    transition: all 0.6s;}.news-list01 .img img {    width: 100%;    height: 240px;}.news-list01 .title {    font-size: 18px;    overflow: hidden;    text-overflow: ellipsis;    white-space: nowrap;    margin-bottom: 10px;}.news-list01 .detail {    font-size: 13px;    line-height: 20px;    margin-bottom: 10px;    display: none;}.news-list01 .date {    color: #999999;}.news-list01 li:hover .detail {    display: block;}.news-list01 li:hover .txt {    height: 150px;    background: #ca9710;    color: #fff;}.news-list01 li:hover .detail {    display: -webkit-box;    -webkit-box-orient: vertical;    -webkit-line-clamp: 2;    overflow: hidden;}.news-list01 li:hover .date,.news-list01 li:hover .title,.news-list01 li:hover .detail {    color: #ffffff;}.news-list02 {    margin-top: 40px;    overflow: hidden;    width: 100%;    float: left;}.news-list02 li {    padding: 46px 0;    width: 100%;    float: left;    border-bottom: 1px #eaeaea solid;}.news-list02 li:hover {    background: #f4f4f4;}.news-list02 li:hover .title {    color: #000;}.news-list02 li:hover .detail {    color: #666666;}.news-list02 li:hover .more {    color: #ca9710;}.news-list02 li:hover .left {    color: #ca9710;}.news-list02 .left {    width: 12%;    float: left;    text-align: right;    color: #c8c8c8;    margin-top: 20px;}.news-list02 .left p {    font-size: 14px;}.news-list02 .left span {    font-size: 48px;}.news-list02 .right {    width: 88%;    float: right;}.news-list02 .right .txt {    padding: 0 30px;}.news-list02 li a {    display: block;}.news-list02 .right .title {    font-size: 20px;    color: #555555;    overflow: hidden;    text-overflow: ellipsis;    white-space: nowrap;    margin-bottom: 16px;}.news-list02 .right .detail {    color: #767676;    line-height: 30px;    font-size: 14px;    margin-bottom: 16px;    display: -webkit-box;    -webkit-box-orient: vertical;    -webkit-line-clamp: 2;    overflow: hidden;}.news-list02 .right .more {    color: #aaaaaa;    font-size: 14px;}.news-detail {    margin: 50px 0;}.news-detail .left {    float: left;    width: 70%;    background: #fff;}.news-detail .left .main {    padding: 50px;}.news-detail .left h1 {    font-size: 30px;    margin-bottom: 16px;}.news-detail .left .time div {    float: left;    margin-right: 40px;}.news-detail .left .content {    width: 100%;    float: left;    margin-top: 40px;}.news-detail .left .content p {    font-size: 14px;    line-height: 30px;    color: #5a5a5a;    margin-bottom: 20px;}.news-detail .right {    width: 28%;}.news-detail .right .item {    padding: 30px;    margin-bottom: 14px;    background: #ffffff;}.news-detail .right .h1 {    font-weight: bold;    font-size: 18px;    margin-bottom: 10px;}.news-detail .right .item .title {    font-size: 14px;    line-height: 26px;    color: #666666;    margin-bottom: 10px;    display: block;}.news-detail .right .item .title:hover {    color: #cd9c1b;}.news-detail .right .item p {    color: #666666;}.news-detail .right .item img {    margin-right: 20px;}.news-detail .right .button {    width: 100%;    background: #cd9c1b;    line-height: 40px;    height: 40px;    text-align: center;    display: block;    font-size: 18px;    color: #ffffff;    margin-top: 30px;}.linian {    margin: 60px 0;}.linian .item01 {    margin-bottom: 3%;}.linian .item01 img {    width: 100%;}.linian .item02 {    width: 47%;    float: left;    margin-right: 3%;    position: relative;    margin-bottom: 3%;}.linian .item02 img {    width: 100%;}.linian .item02 .txt {    position: absolute;    z-index: 9;    top: 60px;    width: 70%;    left: 15%;    text-align: center;    color: #ffffff;}.linian .item02 .imgZoom {    position: relative;}.linian .item02 .txt .h1 {    font-size: 26px;    margin-bottom: 24px;}.linian .item02 .txt .h2 {    font-size: 14px;    line-height: 30px;}.item-wrap {    margin-right: -3%;}.zhaopin {    margin: 60px 0;    overflow: hidden;}.zhaopin .zp-01 {    background: url(../images/zp_03.jpg) no-repeat center;    background-size: 100% 100%;    height: 200px;    color: #ffffff;    overflow: hidden;}.zhaopin .zp-01 .h1 {    text-align: center;    font-size: 28px;    font-weight: bold;    margin: 30px 0;}.zhaopin .zp-01 .left {    width: 46%;    margin-left: 2%;    font-size: 14px;    line-height: 24px;}.zhaopin .zp-01 .right {    width: 46%;    margin-right: 2%;    font-size: 14px;    line-height: 24px;}.zhaopin .zp-01 .left p,.zhaopin .zp-01 .right p {    font-weight: bold;}.lxfs {    text-align: center;    overflow: hidden;    margin: 40px 0;}.lxfs .txt {    font-size: 16px;    color: #555555;    margin: 0 30px;    line-height: 40px;}.lxfs .txt img {    margin-right: 10px;}.lxfs .number {    font-size: 22px;    color: #cd9c1b;}.zhaopin .accordion {    width: 100%;    margin-bottom: 90px;    background: #FFF;}.zhaopin .accordion .link {    cursor: pointer;    display: block;    color: #5a5a5a;    height: 55px;    line-height: 55px;    font-size: 16px;    background: #fff;    border-bottom: 1px #dedede dashed;    margin-bottom: 2px;    position: relative;    -webkit-transition: all 0.4s ease;    -o-transition: all 0.4s ease;    transition: all 0.4s ease;}.zhaopin .accordion li:last-child .link {    border-bottom: 0;}.zhaopin .accordion li {    cursor: pointer;}.zhaopin .accordion li i {    position: absolute;    background: url(../images/rl_07.jpg) center no-repeat;    top: 0px;    width: 70px;    height: 52px;    right: 0px;    font-size: 18px;    color: #595959;    -webkit-transition: all 0.4s ease;    -o-transition: all 0.4s ease;    transition: all 0.4s ease;}.zhaopin .accordion li i.fa-chevron-down {    right: 12px;    left: auto;    font-size: 16px;}.zhaopin .accordion li.open .link {    color: #333333;    background: #f2f3f4;}.zhaopin .accordion li.open i {    background: url(../images/rl_03.jpg) center no-repeat;}.zhaopin .accordion li.open i.fa-chevron-down {    -webkit-transform: rotate(180deg);    -ms-transform: rotate(180deg);    -o-transform: rotate(180deg);    transform: rotate(180deg);}.zhaopin .submenu {    display: none;    background: #f3f3f3;    font-size: 14px;    padding: 10px 30px;}.zhaopin .submenu p {    line-height: 30px;    font-size: 14px;    color: #5a5a5a;}.zhaopin .submenu span {    margin-right: 170px;}.zhaopin .account-l .dh {    height: 55px;    line-height: 55px;    color: #fff;    font-size: 16px;    background: #0e68b0}.zhaopin .account-l .dh span {    display: block;    width: 20%;    float: left;    text-align: center}.zhaopin .accordion .link span {    width: 20%;    text-align: center;    display: block;    float: left;    overflow: hidden;    text-overflow: ellipsis;    white-space: nowrap;}.zhaopin .account-l .tdjl {    display: block;    width: 160px;    height: 40px;    line-height: 40px;    text-align: center;    color: #fff;    background: #0094da}.zhaopin-page {    margin-bottom: 90px;    overflow: hidden;}.zhaopin-page li {    float: left;    width: 66px;    height: 66px;    line-height: 66px;    background: #f0f9f5;    text-align: center;}.zhaopin-page a {    display: block;    color: #333;}.zhaopin-page .on,.zhaopin-page li:hover,.zhaopin-page .next:hover {    background: #015daa;}.zhaopin-page .on a,.zhaopin-page li:hover a,.zhaopin-page .next:hover {    color: #fff;}.zhaopin-page .next {    float: right;    width: 100px;    text-align: center;    height: 66px;    line-height: 66px;    background: #f0f9f5;}.reveal-modal-bg {    position: fixed;    height: 100%;    width: 100%;    z-index: 100;    display: none;    top: 0;    left: 0;    background: rgba(00, 00, 00, 0.8)}.reveal-modal {    visibility: hidden;    top: 150px;    left: 50%;    margin-left: -600px;    width: 1200px;    position: absolute;    z-index: 101;    padding: 30px 40px 34px;    -moz-border-radius: 5px;    -webkit-border-radius: 5px;    border-radius: 5px;    background-color: #f8f8f8;    -moz-box-sizing: border-box;    -webkit-box-sizing: border-box;    -o-box-sizing: border-box;    -ms-box-sizing: border-box;    box-sizing: border-box;}.reveal-modal .left {    width: 50%;    float: left;}.reveal-modal .right {    width: 50%;    float: right;}.reveal-modal .input {    height: 50px;    line-height: 50px;    background: #fff;    padding-left: 20px;    margin-bottom: 12px;    width: 90%;}.reveal-modal .input button {    background: #027ee2;    width: 100px;    height: 30px;    margin-top: 10px;    color: #fff;    cursor: pointer;}.reveal-modal em {    float: right;    margin-right: 20px;    color: red;}.reveal-modal .input span {    text-align: justify;    text-align-last: justify;    width: 80px;    display: block;    float: left;}.reveal-modal .input input {    height: 50px;    line-height: 50px;    padding: 0;    text-indent: 1em;    width: 60%;}.reveal-modal .input .yzm {    width: 20%;}.reveal-modal .close-reveal-modal {    font-size: 22px;    line-height: 0.5;    position: absolute;    top: 8px;    right: 11px;    color: #333;    text-shadow: 0 -1px 1px rbga(0, 0, 0, .6);    font-weight: bold;    cursor: pointer;}.Form-J1-li {    height: 92px;    background: #fff;    padding: 10px 0 10px 20px;    width: 90%;    margin-bottom: 12px;}.Form-J1-li label {    width: 5em;    display: inline-block;    vertical-align: middle;}.Form-J1-li textarea {    width: 83%;    vertical-align: middle;    height: 92px;    border: none;    background: transparent;}.reveal-modal .input img {    vertical-align: middle;    padding-left: 10px;    cursor: pointer;    height: 30px;    width: 100px;}.Form-J1-Btn {    clear: both;    text-align: center;    padding: 35px 0 35px;}.Form-J1-Btn ._submit {    background: #027ee2;    margin-right: 10px;}.Form-J1-Btn button {    width: 160px;    height: 45px;    line-height: 32px;    text-align: center;    color: #fff;    cursor: pointer;    outline: none;    border: none;    padding: 0;    font-size: 15px;}.Form-J1-Btn ._reset {    background: #bebebe;}.cases {    margin: 60px 0;}.cases .h1 {    font-size: 36px;    text-align: center;    color: #cd9c1b;    margin-bottom: 20px;}.cases .h2 {    font-size: 18px;    text-align: center;    margin-bottom: 50px;}.cases ul {    margin-right: -3%;}.cases li {    width: 30.3%;    float: left;    margin-right: 3%;    margin-bottom: 3%;}.cases li a {    display: block;}.cases li .img {    border: 1px #dddddd solid;    border-top-left-radius: 10px;    border-top-right-radius: 10px;}.anli li .img img {    width: 100%;    height: 220px;}.cases li .title {    height: 52px;    line-height: 52px;    background: #cd9c1b;    text-align: center;    color: #fff;    font-size: 18px;    padding: 0 20px;    overflow: hidden;    text-overflow: ellipsis;    white-space: nowrap;    border-bottom-left-radius: 10px;    border-bottom-right-radius: 10px;}.zhuanli ul {    margin-right: -2%;}.zhuanli li {    width: 23%;    margin-right: 2%;}.zhuanli li .img img {    width: 100%;    height: 366px;}.contact {    margin: 60px 0;}.contact .map {    width: 100%;    height: 490px;}.contact .cont-02 {    width: 100%;    height: 440px;    background: url(../images/map_08.jpg) no-repeat center;    margin: 50px 0;}.contact .cont-02 .box {    padding: 50px 36px;    overflow: hidden;}.contact .cont-02 .box .left {    float: left;    background-color: rgba(255, 255, 255, 0.8);    width: 60%;    height: 330px;}.contact .cont-02 .box .font {    padding: 28px;}.contact .cont-02 .h1 {    font-size: 24px;    color: #cd9c1b;    margin-bottom: 30px;}.contact .cont-02 .box p {    font-size: 16px;    line-height: 30px;    color: #666666;}.contact .cont-02 .box p img {    margin-right: 16px;}.contact .cont-02 .box .txt {    float: left;    width: 55%;}.contact .cont-02 .box .erweima {    float: right;    width: 21%;    text-align: center;    font-size: 16px;    margin-left: 1%;}.contact .cont-02 .box .erweima img {    width: 100%;}.contact .cont-02 .box .erweima p {    margin-top: 10px;}.contact .cont-02 .box .right {    float: right;    background-color: rgba(255, 255, 255, 0.8);    width: 36%;    height: 330px;    position: relative;}.contact .cont-02 .box .image {    position: absolute;    bottom: 30px;    right: 30px;}.contact .cont-02 .box .right .txt {    width: 100%;}.cont-03 {    background: #eef2f5;}.cont-03 .h1 {    font-size: 36px;    line-height: 100px;}.cont-03 .item {    background: #fff;    margin-bottom: 30px;}.cont-03 .box01 {    width: 48%;    float: left;    height: 280px;}.cont-03 .box02 {    width: 48%;    float: right;    height: 280px;}.cont-03 .box03 {    width: 100%;    padding-bottom: 30px;    float: left;    position: relative;}.cont-03 .item .txt {    padding: 26px 26px 60px 26px;    position: relative;    z-index: 99;}.cont-03 .item .title {    font-size: 24px;    color: #cd9c1b;    padding-bottom: 20px;    margin-bottom: 20px;    border-bottom: 1px #dddddd solid;}.cont-03 .item p {    font-size: 16px;    color: #666666;    line-height: 36px;    position: relative;    z-index: 99;}.cont-03 .item p img {    margin-right: 10px;}.cont-03 .item .img {    position: absolute;    bottom: 20px;    right: 20px;}.cont-03 .left {    float: left;    width: 40%;}.cont-03 .right {    float: right;    width: 40%;}.liuyan {    margin: 60px 0;}.liuyan .h1 {    text-align: center;    font-size: 16px;    margin-bottom: 40px;}.liuyan .left {    width: 40%;    float: left;}.liuyan .input {    height: 40px;    line-height: 40px;    font-size: 16px;    margin-bottom: 24px;}.liuyan .input span {    width: 18%;    display: block;    float: left;}.liuyan .input input {    height: 36px;    line-height: 36px;    border: 1px #d6d6d6 solid;    text-indent: 1em;    width: 80%;}.liuyan .input b {    color: #ff0000;    float: right;}.liuyan .right {    width: 54%;    float: right;    font-size: 16px;}.liuyan .right textarea {    width: 80%;    height: 220px;    border: 1px #d6d6d6 solid;    padding: 20px;}.liuyan .right .textarea span {    width: 18%;    display: block;    float: left;}.liuyan .right .textarea {    margin-bottom: 30px;}.liuyan .yzm input {    width: 20%;    float: left;    margin-right: 20px;}.liuyan .yzm .img {    width: 150px;    height: 40px;    display: block;    float: left;}.liuyan .yzm .img img {    width: 100%;    height: 100%;}.liuyan .yzm a,.liuyan .yzm b {    float: left;}.liuyan .yzm b {    margin-left: 20px;}.liuyan .button {    width: 100%;    float: left;    text-align: center;    padding: 35px 0;}.liuyan .button a {    padding: 10px 60px;    font-size: 16px;    color: #fff;    margin: 0 20px;}.liuyan .button .submit {    background: #cd9c1b;}.liuyan .button .reset {    background: #bebebe;}.liuyan .main {    overflow: hidden;}/* 2021-06-15 */.pro01-main {    width: 100% !important;    margin-top: 40px;}.pro-number {    float: left;    width: 10%;}.pro-number .num-box {    width: 117px;    height: 117px;    background: url(../images/promain_03.png) no-repeat;    text-align: center;    line-height: 117px;    color: #fff;    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;    font-size: 48px;}.pro01-main .pro-content {    width: 86%;    float: right;}.pro01-main .pro-content .h2 {    font-size: 30px;    font-weight: bold;    color: #333333;    margin-bottom: 10px;}.pro-wrap .youshi .ys-title {    float: left;    display: flex;    align-items: center;    margin: 30px 0;}.pro-wrap .youshi .ys-a {    font-size: 60px;    font-weight: bold;    color: #cd9c1b;    float: left;}.pro-wrap .youshi .ys-b {    float: left;    margin-left: 20px;    text-align: center;}.pro-wrap .youshi .ys-b .en {    font-size: 16px;    color: #666666;    text-transform: uppercase}.pro-wrap .youshi .ys-b .zh {    font-size: 26px;}/* 2021/06/17 */.product .pro-wrap .main img {    margin: 10px auto;    display: block;}.youshi .h2 {    font-size: 30px;    font-weight: bold;    color: #333333;    margin-bottom: 10px;}.index04 .list .img{text-align: center}